home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowdrm.dir / 00072_Script_72 < prev    next >
Text File  |  1994-11-29  |  345b  |  15 lines

  1. on exitFrame
  2.   if the movieTime of sprite 3 = the duration of  cast "CM3SC2M1.AVI" then
  3.     go to the frame + 1
  4.   else
  5.     go to frame the frame
  6.   end if
  7.   
  8. end
  9.  
  10. on mousedown
  11.   set the movieRate of sprite 3 to 0
  12.   updateStage -- just to make sure it's stopped
  13.   -- completely exit council area
  14.   go to frame "glowend"
  15. end mousedown